'Declaration<DispIdAttribute(273)> Function DrawFilledPie( _ ByVal ImageID As Integer, _ ByVal DstLeft As Single, _ ByVal DstTop As Single, _ ByVal Width As Single, _ ByVal Height As Single, _ ByVal StartAngle As Single, _ ByVal SweepAngle As Single, _ ByVal FillColor As Integer, _ ByVal AntiAlias As Boolean _ ) As GdPictureStatus
[DispId(273)] GdPictureStatus DrawFilledPie( int ImageID, float DstLeft, float DstTop, float Width, float Height, float StartAngle, float SweepAngle, int FillColor, bool AntiAlias )
function DrawFilledPie(
ImageID: Integer;
DstLeft: Single;
DstTop: Single;
Width: Single;
Height: Single;
StartAngle: Single;
SweepAngle: Single;
FillColor: Integer;
AntiAlias: Boolean
): GdPictureStatus;
DispIdAttribute(273) function DrawFilledPie( ImageID : int, DstLeft : float, DstTop : float, Width : float, Height : float, StartAngle : float, SweepAngle : float, FillColor : int, AntiAlias : boolean ) : GdPictureStatus;
[DispId(273)] GdPictureStatus DrawFilledPie( int ImageID, float DstLeft, float DstTop, float Width, float Height, float StartAngle, float SweepAngle, int FillColor, bool AntiAlias )
[DispId(273)] GdPictureStatus DrawFilledPie( int ImageID, float DstLeft, float DstTop, float Width, float Height, float StartAngle, float SweepAngle, int FillColor, bool AntiAlias )
Parameters
- ImageID
- DstLeft
- DstTop
- Width
- Height
- StartAngle
- SweepAngle
- FillColor
- AntiAlias